added SSCLI 1.0
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBASPNETEmbedLanguageInUrl / App_GlobalResources / Resource.designer.vb
blobb0c84cd8119aaa4c138c0802ed99145a3e253214
1 '------------------------------------------------------------------------------
2 ' <auto-generated>
3 ' This code was generated by a tool.
4 ' Runtime Version:4.0.30319.1
6 ' Changes to this file may cause incorrect behavior and will be lost if
7 ' the code is regenerated.
8 ' </auto-generated>
9 '------------------------------------------------------------------------------
11 Option Strict On
12 Option Explicit On
14 Imports System
16 Namespace Resources
18 'This class was auto-generated by the StronglyTypedResourceBuilder
19 'class via a tool like ResGen or Visual Studio.
20 'To add or remove a member, edit your .ResX file then rerun ResGen
21 'with the /str option or rebuild the Visual Studio project.
22 '''<summary>
23 ''' A strongly-typed resource class, for looking up localized strings, etc.
24 '''</summary>
25 <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Web.Application.StronglyTypedResourceProxyBuilder", "10.0.0.0"), _
26 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
27 Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
28 Friend Class Resource
30 Private Shared resourceMan As Global.System.Resources.ResourceManager
32 Private Shared resourceCulture As Global.System.Globalization.CultureInfo
34 <Global.System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")> _
35 Friend Sub New()
36 MyBase.New
37 End Sub
39 '''<summary>
40 ''' Returns the cached ResourceManager instance used by this class.
41 '''</summary>
42 <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
43 Friend Shared ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
44 Get
45 If Object.ReferenceEquals(resourceMan, Nothing) Then
46 Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Resources.Resource", Global.System.Reflection.[Assembly].Load("App_GlobalResources"))
47 resourceMan = temp
48 End If
49 Return resourceMan
50 End Get
51 End Property
53 '''<summary>
54 ''' Overrides the current thread's CurrentUICulture property for all
55 ''' resource lookups using this strongly typed resource class.
56 '''</summary>
57 <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
58 Friend Shared Property Culture() As Global.System.Globalization.CultureInfo
59 Get
60 Return resourceCulture
61 End Get
62 Set
63 resourceCulture = value
64 End Set
65 End Property
67 '''<summary>
68 ''' Looks up a localized string similar to Thanks:.
69 '''</summary>
70 Friend Shared ReadOnly Property Comment() As String
71 Get
72 Return ResourceManager.GetString("Comment", resourceCulture)
73 End Get
74 End Property
76 '''<summary>
77 ''' Looks up a localized string similar to Webpage text:.
78 '''</summary>
79 Friend Shared ReadOnly Property Text() As String
80 Get
81 Return ResourceManager.GetString("Text", resourceCulture)
82 End Get
83 End Property
85 '''<summary>
86 ''' Looks up a localized string similar to Current time:.
87 '''</summary>
88 Friend Shared ReadOnly Property Time() As String
89 Get
90 Return ResourceManager.GetString("Time", resourceCulture)
91 End Get
92 End Property
94 '''<summary>
95 ''' Looks up a localized string similar to Title name:.
96 '''</summary>
97 Friend Shared ReadOnly Property Title() As String
98 Get
99 Return ResourceManager.GetString("Title", resourceCulture)
100 End Get
101 End Property
102 End Class
103 End Namespace